11/17 1.01 - 1.02 -> stopped doing a CLS for tiled preview
(bug introduced in 1.01)d
11/17 1.02 - 1.03 -> stopped doing a CLS at all. PatBlt for non-tiled background
11/24 1.1
lots of versions, one to CIS, one to JB and LB,
one to SJH and MS
1/18 1.15
-> sent 1.11d to Brad Friedman
-> went through C's list of things, mostly minor.
Command1_Click
Form_Load
10/01/1993
Starting 10/1/93, new versions of ATT will be
If gNumColors > cCutoffColors Then
Text1.Text = "Windows reports that your display supports " + Format$(gNumColors) + " colors. We've been looking for verification from anyone that our program actually works on a display like that. Would you do us the favor of dropping us a note alerting us to the fact that our program is not, in fact, crippled horribly by an inability to display " + Format$(gNumColors) + " colors? All you have to do is mention that you saw this message. We'd be very, very grateful! Additional info about your system would also be appreciated." + Chr$(13) + Chr$(10) + "Thanks, " + Chr$(13) + Chr$(10) + "Wilson & Carole"
Form3.Height = Text1.Top + Text1.Height + 810
Label1(5).Visible = True
If gPixelDepth > cCutoffDepth Thene
Text1.Text = "Windows reports that your display supports " + Format$(gPixelDepth) + "-bit color. We've been looking for verification from anyone that our program actually works on a display like that. Would you do us the favor of dropping us a note alerting us to the fact that our program is not, in fact, crippled horribly by an inability to display " + Format$(gPixelDepth) + "-bit color? All you have to do is mention that you saw this message. We'd be very, very grateful! Additional info about your system would also be appreciated." + Chr$(13) + Chr$(10) + "Thanks, " + Chr$(13) + Chr$(10) + "Wilson & Carole"